home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / TrickyClickyBall.swf / scripts / DefineButton2_111 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-27  |  124 b   |  7 lines

  1. on(release){
  2.    _root.gravitySetting = 5.25;
  3.    _root.ballRandom = 16;
  4.    _root.balls = 1;
  5.    _root.gotoAndStop(3);
  6. }
  7.